home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / vol15n11.zip / HKD.ZIP / HKDSRC.ZIP / HKD.H < prev    next >
C/C++ Source or Header  |  1996-03-23  |  1KB  |  44 lines

  1. // HKD.h : main header file for the HKD application
  2.  
  3. // HotKey Detective version 1.0
  4. // Copyright (c) 1996 Ziff-Davis Publishing
  5. // First published in PC Magazine June 11, 1996
  6. // Author: Gregory A. Wolking
  7.  
  8. // All code in this file was generated by the MSVC App Wizard.
  9.  
  10. #ifndef __AFXWIN_H__
  11.     #error include 'stdafx.h' before including this file for PCH
  12. #endif
  13.  
  14. #include "resource.h"        // main symbols
  15.  
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CHKDApp:
  18. // See HKD.cpp for the implementation of this class
  19. //
  20.  
  21. class CHKDApp : public CWinApp
  22. {
  23. public:
  24.     CHKDApp();
  25.  
  26. // Overrides
  27.     // ClassWizard generated virtual function overrides
  28.     //{{AFX_VIRTUAL(CHKDApp)
  29.     public:
  30.     virtual BOOL InitInstance();
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34.  
  35.     //{{AFX_MSG(CHKDApp)
  36.         // NOTE - the ClassWizard will add and remove member functions here.
  37.         //    DO NOT EDIT what you see in these blocks of generated code !
  38.     //}}AFX_MSG
  39.     DECLARE_MESSAGE_MAP()
  40. };
  41.  
  42.  
  43. /////////////////////////////////////////////////////////////////////////////
  44.